home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / GarageSale 2.4.4.dmg / GarageSale.app / Contents / Resources / GarageSale.wdgt / GarageSaleWidget.css < prev    next >
Cascading Style Sheet File  |  2006-08-27  |  5KB  |  331 lines

  1. /* 
  2.     -- GarageSaleWidget.js
  3.     -- GarageSaleWidget
  4.     
  5.     -- Created by Paul Hecker on 09.05.05
  6.     -- Copyright (c) 2005 __MyCompanyName__. All rights reserved.
  7. */
  8.  
  9. body {
  10.     margin: 0;
  11. }
  12.  
  13. #front {
  14.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  15.     font-size: 10px;
  16. }
  17.  
  18. #back {
  19.     display: none;
  20.     z-index:1;
  21. }
  22.  
  23. #content {
  24.     position:absolute;
  25.     top:0px;
  26.     left:0px;
  27.     right:0px;
  28.     bottom:0px;
  29.     z-index:2;
  30. }
  31.  
  32. #scroller {
  33.     position:absolute;
  34.     top:89px;
  35.     right:15px;
  36.     bottom:48px;
  37.     width:19px;
  38.     z-index:3;
  39. }
  40.  
  41. #content-frame {
  42.     position:absolute;
  43.     top:90px;
  44.     left:12px;
  45.     right:18px;
  46.     bottom:48px;
  47.     overflow:hidden;
  48.     z-index:2;
  49. }
  50.  
  51. .lastUpdated {
  52.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  53.     font-size: 10px;
  54.     color:white;
  55.     position:fixed;
  56.     top:70px;
  57.     left:15px;
  58.     width:220px;
  59.     height:12px;
  60.     z-index:2;
  61. }
  62.  
  63. .contentText {
  64.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  65.     font-size: 10px;
  66.     position: absolut;
  67.     top:0px;
  68.     left:0px;
  69.     right:0px;
  70.     bottom:0px;
  71.     z-index:2;
  72. }
  73.  
  74. #contentText {
  75.     position:relative;
  76.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  77.     font-size: 10px;
  78. }
  79.  
  80. A:link, A:visited, A:active { text-decoration: none }
  81. A:hover { text-decoration: underline }
  82.  
  83.  
  84. .flip {
  85.     position:absolute;
  86.     bottom: 26px;
  87.     left: 22px;
  88.     width:13px;
  89.     height:13px;
  90. }
  91.  
  92. #fliprollie {
  93.     display:none;
  94.     opacity:0.25;
  95.     background: url(file:///System/Library/WidgetResources/ibutton/black_rollie.png) no-repeat top left;
  96.     z-index:1;
  97. }
  98.  
  99. #flip {
  100.     opacity:0;
  101.     background: url(file:///System/Library/WidgetResources/ibutton/black_i.png) no-repeat top left;
  102.     z-index:1;
  103. }
  104.  
  105. #garagesale {
  106.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  107.     font-size: 16px;
  108.     color:rgb(0, 0, 0);
  109.     position:absolute;
  110.     bottom: 23px;
  111.     left: 0px;
  112.     right:0px;
  113.     height:17px;
  114.     z-index:1;
  115. }
  116.  
  117. #versionString {
  118.     position:relative;
  119.     color:grey;
  120.     z-index:2;
  121. }
  122.  
  123. .backTable {
  124.     position:relative;
  125.     top: 60px;
  126.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  127.     font-size: 10px;
  128.     color:white;
  129.     z-index:2;
  130. }
  131. #backTable {
  132.     position:relative;
  133.     top: 60px;
  134.     z-index:2;
  135. }
  136.  
  137. #backlogo
  138. {
  139.     position:relative;
  140.     cursor:pointer;
  141.     z-index:2;
  142. }
  143.  
  144. #done {
  145.     position: absolute;
  146.     text-align: right;
  147.     width: 80px;
  148.     bottom: 40px;
  149.     right: 20px;
  150.     z-index:3;
  151. }
  152.  
  153. #resize {
  154.     position:absolute;
  155.     bottom: 30px;
  156.     right: 25px;
  157.     -apple-dashboard-region: dashboard-region(control rectangle);
  158.     z-index:5;
  159. }
  160.  
  161. #fill {
  162.     background-color:white;
  163.     position:absolute;
  164.     top:89px;
  165.     right:27px;
  166.     left:9px;
  167.     bottom:48px;
  168.     z-index:1;
  169. }
  170.  
  171. #top_left {
  172.     position:absolute;
  173.     height:89px;
  174.     width:42px;
  175.     top:0px;
  176.     left:0px;
  177.     background:url(Images/BG_UL.png) top left;
  178.     z-index:1;
  179. }
  180. #top_center {
  181.     position:absolute;
  182.     height:89px;
  183.     top:0px;
  184.     left:42px;
  185.     right:138px;
  186.     background:url(Images/BG_TOP.png) top left repeat-x;
  187.     z-index:1;
  188. }
  189. #top_right {
  190.     position:absolute;
  191.     height:89px;
  192.     width:138px;
  193.     top:0px;
  194.     right:0px;
  195.     background:url(Images/BG_UR.png) top right;
  196.     z-index:1;
  197.     cursor:pointer;
  198. }
  199. #bottom_left {
  200.     position:absolute;
  201.     height:48px;
  202.     width:39px;
  203.     bottom:0px;
  204.     left:0px;
  205.     background:url(Images/BG_LL.png) bottom left;
  206.     z-index:1;
  207. }
  208. #bottom_center {
  209.     position:absolute;
  210.     height:48px;
  211.     bottom:0px;
  212.     left:39px;
  213.     right:39px;
  214.     background:url(Images/BG_BOTTOM.png) bottom left repeat-x;
  215.     z-index:1;
  216. }
  217. #bottom_right {
  218.     position:absolute;
  219.     height:48px;
  220.     width:39px;
  221.     bottom:0px;
  222.     right:0px;
  223.     background:url(Images/BG_LR.png) bottom right;
  224.     z-index:1;
  225. }
  226. #middle_right {
  227.     position:absolute;
  228.     bottom:48px;
  229.     top:89px;
  230.     right:0px;
  231.     width:27px;
  232.     background:url(Images/BG_RIGHT.png) top right repeat-y;
  233.     z-index:1;
  234. }
  235. #middle_left {
  236.     position:absolute;
  237.     bottom:48px;
  238.     top:89px;
  239.     left:0px;
  240.     width:9px;
  241.     background:url(Images/BG_LEFT.png) top left repeat-y;
  242.     z-index:1;
  243. }
  244.  
  245. #back_fill {
  246.     background-color:black;
  247.     position:absolute;
  248.     top:67px;
  249.     right:11px;
  250.     left:11px;
  251.     bottom:40px;
  252.     z-index:1;
  253. }
  254.  
  255. #back_top_left {
  256.     position:absolute;
  257.     height:67px;
  258.     width:127px;
  259.     top:0px;
  260.     left:0px;
  261.     background:url(Images/BackBG_UL.png) top left;
  262.     z-index:1;
  263. }
  264.  
  265. #back_top_center {
  266.     position:absolute;
  267.     height:67px;
  268.     top:0px;
  269.     left:127px;
  270.     right:40px;
  271.     background:url(Images/BackBG_TOP.png) top left repeat-x;
  272.     z-index:1;
  273. }
  274.  
  275. #back_top_right {
  276.     position:absolute;
  277.     height:67px;
  278.     width:40px;
  279.     top:0px;
  280.     right:0px;
  281.     background:url(Images/BackBG_UR.png) top right;
  282.     z-index:1;
  283. }
  284.  
  285. #back_bottom_left {
  286.     position:absolute;
  287.     height:49px;
  288.     width:40px;
  289.     bottom:0px;
  290.     left:0px;
  291.     background:url(Images/BackBG_LL.png) bottom left;
  292.     z-index:1;
  293. }
  294.  
  295. #back_bottom_center {
  296.     position:absolute;
  297.     height:49px;
  298.     bottom:0px;
  299.     left:40px;
  300.     right:40px;
  301.     background:url(Images/BackBG_BOTTOM.png) bottom left repeat-x;
  302.     z-index:1;
  303. }
  304. #back_bottom_right {
  305.     position:absolute;
  306.     height:49px;
  307.     width:40px;
  308.     bottom:0px;
  309.     right:0px;
  310.     background:url(Images/BackBG_LR.png) bottom right;
  311.     z-index:1;
  312. }
  313. #back_middle_right {
  314.     position:absolute;
  315.     bottom:49px;
  316.     top:67px;
  317.     right:0px;
  318.     width:11px;
  319.     background:url(Images/BackBG_RIGHT.png) top right repeat-y;
  320.     z-index:1;
  321. }
  322. #back_middle_left {
  323.     position:absolute;
  324.     bottom:49px;
  325.     top:67px;
  326.     left:0px;
  327.     width:11px;
  328.     background:url(Images/BackBG_LEFT.png) top left repeat-y;
  329.     z-index:1;
  330. }
  331.